commit: Add missing (allow-none) in write_ref_immediate()
authorColin Walters <walters@verbum.org>
Wed, 4 Mar 2015 02:16:33 +0000 (21:16 -0500)
committerColin Walters <walters@verbum.org>
Wed, 4 Mar 2015 02:16:33 +0000 (21:16 -0500)
Spotted by Adam Coldrick.

src/libostree/ostree-repo-commit.c

index 91b345e394b26d0826b72c1e538f630fb9732c72..8ea7d76b7a746ba50c785a88169328de77f61a4c 100644 (file)
@@ -1302,7 +1302,7 @@ ostree_repo_transaction_set_ref (OstreeRepo *self,
  * @self: An #OstreeRepo
  * @remote: (allow-none): A remote for the ref
  * @ref: The ref to write
- * @checksum: The checksum to point it to
+ * @checksum: (allow-none): The checksum to point it to, or %NULL to unset
  * @cancellable: GCancellable
  * @error: GError
  *